Rename this vendor since it is intended to be used on any platform where
coreboot runs at reset and then loads U-Boot.
So far it is only tested on link. When other boards are supported it is
likely that we will need to move to multiple board names, all under the
'coreboot' vendor. So while it would be possible to remove the vendor for
now, that would be short-sighted.
Suggested-by: Bin Meng <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
source "arch/x86/cpu/ivybridge/Kconfig"
-source "board/chromebook-x86/coreboot/Kconfig"
+source "board/coreboot/coreboot/Kconfig"
source "board/google/chromebook_link/Kconfig"
+++ /dev/null
-if TARGET_COREBOOT
-
-config SYS_BOARD
- default "coreboot"
-
-config SYS_VENDOR
- default "chromebook-x86"
-
-config SYS_SOC
- default "coreboot"
-
-config SYS_CONFIG_NAME
- default "coreboot"
-
-endif
+++ /dev/null
-COREBOOT BOARD
-S: Maintained
-F: board/chromebook-x86/coreboot/
-F: include/configs/coreboot.h
-F: configs/coreboot-x86_defconfig
+++ /dev/null
-#
-# Copyright (c) 2011 The Chromium OS Authors.
-# (C) Copyright 2008
-#
-# (C) Copyright 2006
-#
-# (C) Copyright 2002
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
-
-obj-y += coreboot_start.o coreboot.o
+++ /dev/null
-/*
- * Copyright (C) 2013 Google, Inc
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#include <common.h>
-#include <cros_ec.h>
-
-int arch_early_init_r(void)
-{
- if (cros_ec_board_init())
- return -1;
-
- return 0;
-}
+++ /dev/null
-/*
- * Copyright (c) 2011 The Chromium OS Authors.
- * (C) Copyright 2008
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-/* board early intialization */
-.globl early_board_init
-early_board_init:
- /* No 32-bit board specific initialisation */
- jmp early_board_init_ret
--- /dev/null
+if TARGET_COREBOOT
+
+config SYS_BOARD
+ default "coreboot"
+
+config SYS_VENDOR
+ default "coreboot"
+
+config SYS_SOC
+ default "coreboot"
+
+config SYS_CONFIG_NAME
+ default "coreboot"
+
+endif
--- /dev/null
+COREBOOT BOARD
+S: Maintained
+F: board/coreboot/coreboot/
+F: include/configs/coreboot.h
+F: configs/coreboot-x86_defconfig
--- /dev/null
+#
+# Copyright (c) 2011 The Chromium OS Authors.
+# (C) Copyright 2008
+#
+# (C) Copyright 2006
+#
+# (C) Copyright 2002
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += coreboot_start.o coreboot.o
--- /dev/null
+/*
+ * Copyright (C) 2013 Google, Inc
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#include <common.h>
+#include <cros_ec.h>
+
+int arch_early_init_r(void)
+{
+ if (cros_ec_board_init())
+ return -1;
+
+ return 0;
+}
--- /dev/null
+/*
+ * Copyright (c) 2011 The Chromium OS Authors.
+ * (C) Copyright 2008
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/* board early intialization */
+.globl early_board_init
+early_board_init:
+ /* No 32-bit board specific initialisation */
+ jmp early_board_init_ret